Metadata
aliases: []
shorthands: {}
created: 2022-07-25 23:59:09
modified: 2022-07-26 00:00:56
In Python, when using matplotlib, we can change the default plot size the following way:
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (10,10)